home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / IBM Interleaf Publisher / IBM Interleaf Publisher (disk 1).img / DEMO.BAT < prev    next >
DOS Batch File  |  1990-08-01  |  2KB  |  59 lines

  1. echo off
  2. cls
  3. break off
  4. if exist ipshow.exe goto :doit
  5. echo File Not Found
  6. echo Please make sure that the default drive and/or
  7. echo subdirectory are set correctly.
  8. goto :end
  9. :doit
  10. IPSHOW LEAF
  11. if not errorlevel 255 goto chk254
  12. echo Sorry, this demo requires at least 384K of memory.
  13. goto :end
  14. :chk254
  15. if not errorlevel 254 goto chk253
  16. echo Sorry, when using a VGA card this demo requires your VGA monitor to
  17. echo        be the primary monitor.
  18. goto :end
  19. :chk253
  20. if not errorlevel 253 goto chk252
  21. echo Sorry, you have a VGA card, but no VGA monitor is attached to your system
  22. goto :end
  23. :chk252
  24. if not errorlevel 252 goto chk251
  25. echo Sorry, this demo requires EGA or VGA graphics capabilities.
  26. goto :end
  27. :chk251
  28. if not errorlevel 251 goto chk250
  29. echo Sorry, your EGA card has insufficient memory.
  30. echo        256K of memory on the EGA card is required to run this demo.
  31. goto :end
  32. :chk250
  33. if not errorlevel 250 goto allok
  34. echo Sorry, your EGA monitor needs to be the primary monitor to run this demo.
  35. goto :end
  36. :allok
  37. echo Thank you for watching our IBM Interleaf Demo
  38. echo If you would like to see it again, 
  39. echo type: DEMO and press the enter key.
  40. echo  
  41. echo  
  42. echo  
  43. echo                       IBM is a registered trademark of 
  44. echo                  International Business Machines Corporation
  45. echo  
  46. ECHO                    ProPrinter XL, AS/400 and Token Ring are 
  47. echo            trademarks of International Business Machines Corporation
  48. echo  
  49. echo                  Interleaf is a trademark of Interleaf, Inc. 
  50. echo  
  51. echo                    PostScript is a registered trademark of 
  52. echo                          Adobe Systems Incorporated
  53. echo  
  54. echo                 Diablo 630 is a trademark of Xerox Corporation
  55. echo  
  56. echo                 LaserJet and Printer Command Language (PCL) are  
  57. echo                    registered trademarks of Hewlett Packard 
  58. :end
  59.